home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
games
/
vga
/
cannon.arj
/
CANNON.BAT
next >
Wrap
DOS Batch File
|
1993-05-20
|
249b
|
14 lines
echo off
cls
if exist PSMCFG.DAT goto play_game
psmcfg
if exist PSMCFG.DAT goto play_game
echo
echo You must run "PSMCFG.EXE" in order to install the proper sound card!
echo
goto end_of_batch
:play_game
cnshow
cnprog
:end_of_batch